- entry object type
- SAP. тип начального объекта
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Object type (object-oriented programming) — See also: Object (computer science) In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.[citation needed] Some… … Wikipedia
Object Manager (Windows) — Object Manager in Windows, categorized hierarchically using namespaces Object Manager (internally called Ob) is a subsystem implemented as part of the Windows Executive which manages Windows resources. Each resource, which are surfaced as logical … Wikipedia
object-oriented programming — noun creating a program that can use and support objects • Syn: ↑object oriented programing • Hypernyms: ↑programming, ↑programing, ↑computer programming, ↑computer programing * * * noun a type of computer programmin … Useful english dictionary
Type library — У этого термина существуют и другие значения, см. библиотека (значения). TLB (англ. Type Library библиотека типов) иерархическое хранилище информации о возможностях ActiveX сервера в OLE Automation. Библиотека типов одно из … Википедия
Object (philosophy) — Philosophy ( … Wikipedia
Object-relational mapping — For another use of ORM , see Object role modeling. Object relational mapping (ORM, O/RM, and O/R mapping) in computer software is a programming technique for converting data between incompatible type systems in object oriented programming… … Wikipedia
Object pool — In computer programming, an object pool is a software design pattern. An object pool is a set of initialised objects that are kept ready to use, rather than allocated and destroyed on demand. A client of the pool will request an object from the… … Wikipedia
Object pool pattern — For the article about a general pool see Pool (Computer science) In computer programming, an object pool is a software design pattern. An object pool is a set of initialised objects that are kept ready to use, rather than allocated and destroyed… … Wikipedia
Learning Object Metadata — Le LOM (Learning Object Metadata) est un schéma de description de ressources d’enseignement et d’apprentissage. Le LOM peut être utilisé pour décrire des ressources tant numériques que non numériques. Techniquement, son nom est IEEE 1484.12.1… … Wikipédia en Français
On the Tendency of Varieties to Depart Indefinitely from the Original Type — Die erste Seite des Ternate Manuskriptes aus der Veröffentlichung im Journal of the Proceedings of the Linnean Society: Zoology vom 20. August 1858 Als Ternate Manuskript (englisch: „Ternate essay“) wird ein mit „Ternate, Februar, 1858“… … Deutsch Wikipedia
Nullable type — In programming, nullable types are a feature of some statically typed programming languages which allows a data type to be set to the special value NULL instead of their common range of possible values. For value types or built in data types like … Wikipedia